[releases/28.x] [MCP] Add Query API tool support to MCP configuration#8263
Open
onbuyuka wants to merge 2 commits into
Open
[releases/28.x] [MCP] Add Query API tool support to MCP configuration#8263onbuyuka wants to merge 2 commits into
onbuyuka wants to merge 2 commits into
Conversation
Fixes [AB#631961](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/631961) - Replace blanket `APIPublisher='microsoft'` block with two simple rules: block `Microsoft.API.V1` namespace and `APIVersion = 'beta'` pages - Opens up extension APIs (EDocument, Subscription Billing, Quality Management, PowerBI Reports, Intercompany, Cloud Migration, Automation APIs, etc.) for MCP tool configuration - `ValidateAPIPublisher` bypass preserved for internal code paths - **V1 namespace**: APIV1 base (49 pages) + Sustainability (7 pages) - **Beta version**: API Reports Finance (9), ExpenseAgent (39), ALCodeCoverage (5) - BCApps: EDocument, EDocument Connectors, Subscription Billing, Quality Management, PowerBI Reports, Performance Toolkit, AI Test Toolkit - NAV: IRS Forms, VAT Group, Intercompany, Cloud Migration, Agent toolkit, Dataverse, Automate, Runtime, Admin, Automation (APIV2 + BaseApp), PowerBI Labels - **MCPConfigImplementation**: `ValidateAPITool`, `LookupAPITools`, `GetAPIPublishers`, `AddToolsByAPIGroup` updated to filter by V1 namespace + beta version - Error label renamed `InvalidAPIVersionErr` → `APIToolNotSupportedErr` `AboutText` additions on extension API pages will be done separately. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
darjoo
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request backports #6670 to releases/28.x.
Includes the cherry-pick of #7726 (also backported by #8260) to keep this branch self-consistent. Once #8260 merges first, that commit becomes a no-op in the squash merge of this PR.
Fixes AB#621714